home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
qtupdate.dxr
/
Internal_60.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-21
|
398 b
|
15 lines
on exitFrame me
percent = string(sprite(14).duration / 100)
percentused = string(sprite(14).movieTime / percent)
if string(sprite(14).movieTime) < string(sprite(14).duration) then
sprite(12).width = 300 / 100 * percentused
go(the frame)
else
if string(sprite(14).movieTime) = string(sprite(14).duration) then
go(#next)
else
go(the frame)
end if
end if
end